home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / melkic.zip / MSGS.V < prev    next >
Text File  |  1993-01-10  |  640b  |  32 lines

  1. testval $videomode = 3 vgix
  2. testval $videomode = 2 leave
  3. menu msgs1
  4. go leave
  5.  
  6. # vgix
  7. $symbol = 36 chr 0
  8. cls
  9. iconify
  10.  
  11. icon main 580 20 0 Q "Quit to Main"
  12.  
  13.  
  14. icon writemsg 20 80 0 P "Post Message"
  15. icon message 160 80 0 R "Read Messages"
  16. icon message 300 80 0 N "New Messages"
  17. icon message 440 80 0 S "Scan Messages"
  18. icon folder 580 80 0 J "Join"
  19.  
  20. icon filecabinet 20 144 0 $symbol "Topic List"
  21. icon folder 160 144 0 C "Change Base"
  22. icon cutline 580 210 0 G "Log Off"
  23.  
  24. icon multiuser1 440 274 0 W "Who"
  25. icon multiuser2 580 274 0 Z "Telecon."
  26.  
  27. icon internode 580 338 0 ) "Internode Messages"
  28.  
  29. xy 1 23
  30. # leave
  31. exit
  32.